WriteListsOfElements<TSerializer>
Assembly: ServiceStack.Text.dll
View Source
Declaration
public static class WriteListsOfElements<TSerializer>
where TSerializer : ITypeSerializer
Methods
GetListWriteFn(Type)
View Source
Declaration
public static WriteObjectDelegate GetListWriteFn(Type elementType)
Returns
ServiceStack.Text.Common.WriteObjectDelegate
Parameters
Type | Name |
---|---|
System.Type | elementType |
GetIListWriteFn(Type)
View Source
Declaration
public static WriteObjectDelegate GetIListWriteFn(Type elementType)
Returns
ServiceStack.Text.Common.WriteObjectDelegate
Parameters
Type | Name |
---|---|
System.Type | elementType |
GetGenericWriteArray(Type)
View Source
Declaration
public static WriteObjectDelegate GetGenericWriteArray(Type elementType)
Returns
ServiceStack.Text.Common.WriteObjectDelegate
Parameters
Type | Name |
---|---|
System.Type | elementType |
GetGenericWriteEnumerable(Type)
View Source
Declaration
public static WriteObjectDelegate GetGenericWriteEnumerable(Type elementType)
Returns
ServiceStack.Text.Common.WriteObjectDelegate
Parameters
Type | Name |
---|---|
System.Type | elementType |
GetWriteListValueType(Type)
View Source
Declaration
public static WriteObjectDelegate GetWriteListValueType(Type elementType)
Returns
ServiceStack.Text.Common.WriteObjectDelegate
Parameters
Type | Name |
---|---|
System.Type | elementType |
GetWriteIListValueType(Type)
View Source
Declaration
public static WriteObjectDelegate GetWriteIListValueType(Type elementType)
Returns
ServiceStack.Text.Common.WriteObjectDelegate
Parameters
Type | Name |
---|---|
System.Type | elementType |
WriteIEnumerable(TextWriter, Object)
View Source
Declaration
public static void WriteIEnumerable(TextWriter writer, object oValueCollection)
Parameters
Type | Name |
---|---|
System.IO.TextWriter | writer |
System.Object | oValueCollection |